From: Felix Fietkau Date: Tue, 5 Aug 2008 07:50:56 +0000 (+0000) Subject: fix cbtt compile X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=5ee557561e6b6375285304bd9cfdbfcfdca109f5;p=openwrt%2Fsvn-archive%2Fpackages.git fix cbtt compile SVN-Revision: 12128 --- diff --git a/net/cbtt/Makefile b/net/cbtt/Makefile index 2110052a0..e38aa81b7 100644 --- a/net/cbtt/Makefile +++ b/net/cbtt/Makefile @@ -44,8 +44,8 @@ define Build/Template $(STAMP_BUILT)-$(2): $(STAMP_PREPARED) $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ - CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/include/uClibc++ -fno-builtin -fno-rtti -nostdinc++" \ - LFLAGS="$(TARGET_LDFLAGS) -L. -nodefaultlibs $(4) -lz -luClibc++ -lm -lpthread" \ + CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/include/uClibc++ -fno-builtin -nostdinc++" \ + LFLAGS="$(TARGET_LDFLAGS) -L. -nodefaultlibs $(4) -lz -luClibc++ -lm -lpthread -lgcc" \ $(3) touch $$@